-
Notifications
You must be signed in to change notification settings - Fork 89
Merge mtc-deploy into dev #1046
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
…s-manager into mtc-deployment
Conflicts: src/main/java/com/conveyal/datatools/manager/models/FeedVersion.java
Conflicts: src/main/java/com/conveyal/datatools/manager/controllers/DumpController.java
Conflicts: mkdocs.yml pom.xml src/main/client/admin/actions/admin.js src/main/client/admin/components/CreateUser.js src/main/client/admin/components/UserAdmin.js src/main/client/admin/components/UserList.js src/main/client/admin/components/UserSettings.js src/main/client/admin/containers/ActiveUserAdmin.js src/main/client/admin/reducers/admin.js src/main/client/alerts/actions/alerts.js src/main/client/alerts/actions/projects.js src/main/client/alerts/components/AlertEditor.js src/main/client/alerts/components/AlertsList.js src/main/client/alerts/containers/VisibleAlertsList.js src/main/client/alerts/reducers/alerts.js src/main/client/common/components/ManagerPage.js src/main/client/common/containers/App.js src/main/client/gtfs/components/GtfsFilter.js src/main/client/gtfs/reducers/gtfsFilter.js src/main/client/gtfsplus/components/GtfsPlusVersionSummary.js src/main/client/index.tpl.html src/main/client/manager/actions/feeds.js src/main/client/manager/actions/user.js src/main/client/manager/components/FeedSourceViewer.js src/main/client/manager/components/FeedVersionNavigator.js src/main/client/manager/components/ProjectViewer.js src/main/client/manager/reducers/status.js src/main/client/public/components/PublicFeedsViewer.js src/main/client/signs/actions/projects.js src/main/java/com/conveyal/datatools/manager/DataManager.java src/main/java/com/conveyal/datatools/manager/auth/Auth0Users.java src/main/java/com/conveyal/datatools/manager/controllers/api/FeedVersionController.java src/main/java/com/conveyal/datatools/manager/controllers/api/GtfsPlusController.java src/main/java/com/conveyal/datatools/manager/controllers/api/UserController.java src/main/java/com/conveyal/datatools/manager/extensions/mtc/MtcFeedResource.java src/main/java/com/conveyal/datatools/manager/models/ExternalFeedSourceProperty.java src/main/java/com/conveyal/datatools/manager/models/FeedSource.java src/main/java/com/conveyal/datatools/manager/models/FeedVersion.java src/main/java/com/conveyal/datatools/manager/utils/NotificationsUtils.java webpack.config.js
Add modal to indicate a successful save in GTFS+ editor
…tc-features Isolate MTC features
…rsion is being processed by server
…eed-is-processing fix(FeedVersionActionsMTC): disable publish button if current feed version is being processed by server
…rsion is being processed by server
This reverts commit de85231.
MTC mtc-deploy branch with dev
miles-grant-ibigroup
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small questions
| on: | ||
| push: | ||
| branches: [ "dev", master ] | ||
| branches: [ "dev", master, "mtc-deploy" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this still needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@miles-grant-ibigroup It will no longer be needed after merging this PR. Could you make a suggestion comment please, then I'll merge it before proceeding.
Checklist
devbefore they can be merged tomaster)Description
This PR brings the MTC-specific features. The MTC-specific features are enabled/disabled using config (e.g. using the "mtc" extension or other modules.)